home *** CD-ROM | disk | FTP | other *** search
- object PopForm: TPopForm
- Left = 444
- Top = 348
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Confirm'
- ClientHeight = 118
- ClientWidth = 437
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 18
- Width = 437
- Height = 31
- Alignment = taCenter
- AutoSize = False
- Caption = 'Would you like to download updates from our We-Blocker server?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 234
- Top = 72
- Width = 97
- Height = 31
- Caption = 'No'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 120
- Top = 72
- Width = 91
- Height = 31
- Caption = 'Yes'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-